35. Quiz: LIKE

Questions using the LIKE operator

Use the accounts table to find

  1. All the companies whose names start with 'C'.

  2. All companies whose names contain the string 'one' somewhere in the name.

  3. All companies whose names end with 's'.

Code

If you need a code on the https://github.com/udacity.